home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
User's Choice Windows CD
/
User's Choice Windows CD (CMS Software)(1993).iso
/
windows5
/
v11n18.zip
/
DBA.ZIP
/
ALTPAUSE.SCR
< prev
next >
Wrap
Text File
|
1992-02-14
|
426b
|
17 lines
A100
MOV AX,40
MOV DS,AX ; BIOS data segment 0040h
MOV AL, 0 ; prepare 0 for errorlevel
JMP 10B ; jump to test
MOV AL, 1 ; put 1 in errorlevel
TEST BYTE PTR [17],0F ; test shift state byte
JNZ 109 ; if any shift pressed, jump back 2 lines
MOV AH,4C ; exit with errorlevel set to AL
INT 21
RCX
16
NALTPAUSE.COM
W
Q